home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15697 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  910 b 

  1. Path: comp.vuw.ac.nz!usenet
  2. From: robert.davies@vuw.ac.nz (Robert Davies)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: string class in STL?
  5. Date: Sun, 07 Apr 1996 20:44:48 GMT
  6. Organization: Victoria University of Wellington, New Zealand.
  7. Message-ID: <4k9d0o$7ls@st-james.comp.vuw.ac.nz>
  8. References: <4k53js$i4o@cloner2.ix.netcom.com> <marnoldDpFo2B.9t3@netcom.com>
  9. NNTP-Posting-Host: robertd.slip.vuw.ac.nz
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12.  
  13. VanCLy@ix.netcom.com  (Van Chinh Ly) writes:
  14.  
  15. >>Is there a 'string' class in the STL?
  16.  
  17. >>I was enrolled in an STL course, couldn't make it,
  18. >>got the course materials afterwards, read it, followed
  19. >>the examples on one of the slides:
  20.  
  21. >>#include "bstring.h"
  22.  
  23. You'll find variants of bstring.h on
  24.  
  25. ftp://ftp.cs.rpi.edu/pub/stl/book/
  26.  
  27. and
  28.  
  29. ftp://ftp.primenet.com/users/k/kj7bg/bstring.zip
  30.  
  31. When I looked last they were out of date compared with the April 95
  32. standard.
  33.  
  34.  
  35.  
  36.